node plugin doesn't run yarn install during build
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
The node plugin for javascript applications provides an option to switch between using npm or yarn as the package manager for the part. The implementation seemingly doesn't run either `yarn install` or an equivalent process to fetch the application's dependencies prior to building. This results in either failed builds or builds that fail at runtime due to the missing dependencies.
Evaluation history
No evaluation history available.